Argument is not typed as a reference argument because 參數(shù)未類型化為引用參數(shù),原因是
Consequently , variable - length arrays are imported as reference arguments 因此,變長數(shù)組被作為引用參數(shù)導入。
The c language uses both pass - by - value and pass - by - reference argument passing mechanisms C + +語言同時使用按值傳遞和按引用傳遞的參數(shù)傳遞機制:
Use this remap capability to get back by - reference arguments when such arguments are present . when you pass arguments by name , the binder reorders the argument array 當通過名稱傳遞參數(shù)時,聯(lián)編程序重新排序參數(shù)數(shù)組,而該順序就是調用方法所看見的。
The expression evaluator supports function calls with by value arguments but does not support function calls with by reference arguments , objects , arrays , functions , and strings 該表達式計算器支持具有“通過值傳遞”的參數(shù)的函數(shù)調用,但不支持具有“通過引用傳遞”的參數(shù)、對象、數(shù)組、函數(shù)和字符串的函數(shù)調用。